body {
	background: url("../imagenes/LOGIN6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
    }
#contenedor{ /*Contenedor del form-login*/
	height: 280px; /*alto*/
	width: 28%; /*ancho*/
	/*background-color: #688A94;*/
	margin-left: 8%;
	margin-top: 13%;
	margin-bottom: 10%;	
	/*opacity: 1;*/
	border-radius: 8px;
 	position: relative;
}
#usuario{ 
	width: 70%;
  	margin-top: 8px;
  	display: inline-block;
  	height: 35px;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-left: 15%;
  	background-color: white;
}
#contrasena{ 
	width: 70%;
  	margin-top: 10px;
  	display: inline-block;
  	height: 35px;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-left: 15%;
  	background-color: white;
}
input[type=password]{ 
  	width: 60%;
  	padding: 10px 15px;
  	margin: 5px 0;
  	display: inline-block;
  	height: 35px;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-left: 18%;
}
#btn{
	position: relative;
	/*width: 60%;*/
  	margin-left: 50%;
  	margin-top: -2%;
  	outline: none;
}
p{
	margin-left: 30%;
	font-family: serif;
	font-size: 27px;
	color: #1f2e71;
}